[,dim.reduct,ANY,ANY,ANY-method: subsetting for dim.reduct objects
Description
This function takes a dim.reduct object and returns the subset of the object.
Usage
# S4 method for dim.reduct,ANY,ANY,ANY
[(x, i, j, drop = "missing")
Arguments
j
integer; selected dimentions
Examples
Run this code# NOT RUN {
data(demo.sp);
demo.sub.sp = demo.sp[1:5,];
# }
Run the code above in your browser using DataLab